meson.build: Fix Visual Studio builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 31 Mar 2020 04:00:26 +0000 (12:00 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 31 Mar 2020 04:00:26 +0000 (12:00 +0800)
commit2f64651a3f10d350a80e0c74c4655925e7cfb3cf
tree9aaacce67e0adeeb9705f39089a31ad75e62fdae
parentf3e826f4d6812e74766fcd3bea62103e11d8996b
meson.build: Fix Visual Studio builds

We need to make the C++ language available before we can access the C++
compiler object...
meson.build